PDFView4NET WinForms Edition
PDFCollection<T,K> Class
Members 




O2S.Components.PDFView4NET Namespace : PDFCollection<T,K> Class
The type of the collection items.
The type of the collection parent.
Defines a collection that fires notifications when it changes or when an item in the collection changes its properties.
Object Model
PDFCollection<T,K> Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFCollection
    (Of T,K) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
'Usage
 
Dim instance As PDFCollection(Of T,K)
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PDFCollection<T,K> : System.Collections.ObjectModel.Collection<T> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public __gc class PDFCollection<T,K> : public System.Collections.ObjectModel.Collection<T> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
generic<typename T>
generic<typename K>
public ref class PDFCollection : public System.Collections.ObjectModel.Collection<T> 
Type Parameters
T
The type of the collection items.
K
The type of the collection parent.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      O2S.Components.PDFView4NET.PDFCollection<T,K>
         O2S.Components.PDFView4NET.Actions.PDFActionCollection
         O2S.Components.PDFView4NET.Annotations.PDFAnnotationCollection
         O2S.Components.PDFView4NET.Annotations.PDFAnnotationReplyCollection
         O2S.Components.PDFView4NET.Annotations.PDFPointsCollection
         O2S.Components.PDFView4NET.Forms.FDFFieldCollection
         O2S.Components.PDFView4NET.Forms.PDFFieldCollection
         O2S.Components.PDFView4NET.Forms.PDFFieldWidgetCollection
         O2S.Components.PDFView4NET.Forms.PDFListItemCollection
         O2S.Components.PDFView4NET.Forms.XFDFFieldCollection
         O2S.Components.PDFView4NET.PDFAnnotationsViewCollection
         O2S.Components.PDFView4NET.PDFBookmarkCollection
         O2S.Components.PDFView4NET.PDFBookmarksViewCollection
         O2S.Components.PDFView4NET.PDFFileAttachmentCollection
         O2S.Components.PDFView4NET.PDFFileAttachmentsViewCollection
         O2S.Components.PDFView4NET.PDFNamedDestinationCollection
         O2S.Components.PDFView4NET.PDFPageCollection
         O2S.Components.PDFView4NET.PDFPageThumbnailViewCollection
         O2S.Components.PDFView4NET.PDFPageViewCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollection<T,K> Members
O2S.Components.PDFView4NET Namespace